bitkeeper revision 1.1159.220.1 (41e66ddeA0CJszasxjuqNRCCZpTReQ)
authormafetter@fleming.research <mafetter@fleming.research>
Thu, 13 Jan 2005 12:47:26 +0000 (12:47 +0000)
committermafetter@fleming.research <mafetter@fleming.research>
Thu, 13 Jan 2005 12:47:26 +0000 (12:47 +0000)
Added "make TAGS" for libxc

tools/libxc/Makefile

index 57ff5d4d67ab6ffdfe6c0eda8ac3239ef6c48bfa..d9304a020066e915e61b9bafd01a450984b1542b 100644 (file)
@@ -71,7 +71,7 @@ install: all
        install -m0644 xc.h $(prefix)/usr/include
 
 clean:
-       rm -rf *.a *.so *.o *.rpm $(LIB) *~ $(DEPS) xen
+       rm -rf *.a *.so *.o *.rpm $(LIB) *~ $(DEPS) xen TAGS
 
 rpm: all
        rm -rf staging
@@ -89,4 +89,8 @@ libxc.so.$(MAJOR):
 libxc.so.$(MAJOR).$(MINOR): $(OBJS)
        $(CC) -Wl,-soname -Wl,$(SONAME) -shared -o $@ $^ -L../libxutil -lxutil -lz
 
+.PHONY: TAGS clean install mk-symlinks rpm
+TAGS:
+       etags -t $(SRCS) *.h
+
 -include $(DEPS)